From: Gert Wollny Date: Tue, 20 Jun 2017 19:25:23 +0000 (+0000) Subject: Start preparing release to unstable X-Git-Tag: archive/raspbian/3.6.9-4+rpi1^2~237 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=002037217b024620d3dabf1259c61c8eec5b9d29;p=dcmtk.git Start preparing release to unstable --- diff --git a/debian/changelog b/debian/changelog index 55a1b64a..363a644a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +dcmtk (3.6.1~20170228-1) unstable; urgency=medium + + * Upload to unstable Closes: #747167 + * d/rules: correct enabling private tags, Closes: #859201 + + + -- Gert Wollny Tue, 20 Jun 2017 18:58:39 +0000 + dcmtk (3.6.1~20170228-1~exp1) experimental; urgency=medium [ Gert Wollny ] diff --git a/debian/rules b/debian/rules index a7e60016..dc8b8e02 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,7 @@ endif CMAKE_EXTRA_FLAGS += -DCMAKE_BUILD_TYPE:STRING=None \ -DBUILD_SHARED_LIBS:BOOL=ON \ -DDCMTK_WITH_OPENSSL:BOOL=ON \ - -DDCMTK_WITH_PRIVATE_TAGS:BOOL=ON \ + -DDCMTK_ENABLE_PRIVATE_TAGS:BOOL=ON \ -DDCMTK_WITH_XML:BOOL=ON \ -DDCMTK_WITH_DOXYGEN:BOOL=$(BUILDDOC) \ -DDCMTK_WITH_TIFF:BOOL=ON \